func encoding/json.unquoteBytes

5 uses

	encoding/json (current package)
		decode.go#L683: 		key, ok := unquoteBytes(item)
		decode.go#L889: 		s, ok := unquoteBytes(item)
		decode.go#L940: 		s, ok := unquoteBytes(item)
		decode.go#L1193: 	s, ok = unquoteBytes(s)
		decode.go#L1198: func unquoteBytes(s []byte) (t []byte, ok bool) {